home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / esysp / jul95 / skin1f2.gif < prev    next >
Graphics Interchange Format  |  1997-01-13  |  52KB  |  501x299  |  4-bit (16 colors)
Labels: text | screenshot | font
OCR: FIGURE 2 ROM to RAM copy. CPU Memory typedef struct _segment char * source; Application bank 2 char * dest; Stored Here int bytes; bank 1 } segment; Startup copydown (seg) Copy segment * seg if (seg > source != seg-> dest) RAM while (bytes -- ) Link-edited *seg->dest++ = #seg->source++; to Run Here return !: